.clear {
  clear: both;
}
body {
  line-height: 1 !important;
}
.block {
  display: block !important;
}
/*头部*/
#header .header_top {
  height: 100px;
  background: url("../images/header_top_bg.jpg") center center no-repeat;
}
#header .header_top .inner_header_top {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
#header .header_top .inner_header_top .header_top_lf {
  float: left;
}
#header .header_top .inner_header_top .header_top_lf .p1 {
  padding-top: 31px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
#header .header_top .inner_header_top .header_top_lf .p2 {
  text-align: center;
  color: #ffffff;
  padding-top: 11px;
  letter-spacing: 8px;
}
#header .header_top .inner_header_top .header_top_lf .p2 span {
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -2px;
}
#header .header_top .inner_header_top .logo {
  float: left;
  margin-left: 280px;
  margin-top: 5px;
}
#header .header_top .inner_header_top .header_tel {
  margin-top: 26px;
  float: right;
}
#header .header_top .inner_header_top .header_tel .lf {
  width: 47px;
  height: 47px;
  float: left;
  background: url("../images/header_tel.png") center center no-repeat;
}
#header .header_top .inner_header_top .header_tel .rg {
  float: left;
  padding-left: 10px;
}
#header .header_top .inner_header_top .header_tel .rg .p1 {
  padding-top: 5px;
  color: #ffffff;
}
#header .header_top .inner_header_top .header_tel .rg .p2 {
  padding-top: 5px;
  font-size: 24px;
  color: #ffffff;
  font-family: 'TimesNewRomanPS-BoldMT';
  font-weight: bold;
}
#header .nav_xiala_xx {
  width: 100%;
  height: 50px;
  background: #c10001;
}
#header .nav_xiala {
  width: 1180px;
  height: 50px;
  margin: 0 auto;
}
#header .nav_xiala ul li {
  float: left;
  width: 107px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  position: relative;
  background-size: 100% 0%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav_xiala > ul > li > a {
  display: block;
  color: #fff;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-size: 100% 0%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#header .nav_xiala > ul > li > a:after {
  content: '';
  width: 63px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/nav_li.png") center center no-repeat;
  display: none;
}
#header .nav_xiala ul li:hover {
  color: #fff;
}
#header .nav_xiala ul li:hover > a {
  color: #fff;
}
#header .nav_xiala ul li:hover > a:after {
  display: block;
}
#header .nav_xiala .erji_xiala {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 20;
  height: 0px;
  visibility: hidden;
  width: 107px;
  /*和一级栏目一样宽度*/
}
#header .nav_xiala .erji_xiala i {
  display: block;
  opacity: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  background: #c10001;
  position: relative;
}
#header .nav_xiala .erji_xiala i a {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  display: block;
  color: #FFF;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#header .nav_xiala .erji_xiala i a:hover {
  color: #FFF;
}
#header .nav_xiala .erji_xiala i:hover {
  background: #c10001;
}
#header .nav_xiala .erji_xiala i a {
  background: -webkit-linear-gradient(left, #333333, #333333) no-repeat;
  background: linear-gradient(to right, #333333, #333333) no-repeat;
  background-size: 0% 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav_xiala .erji_xiala i a:hover {
  background: -webkit-linear-gradient(left, #333333, #333333) no-repeat;
  background: linear-gradient(to right, #333333, #333333) no-repeat;
  background-size: 100% 100%;
}
#header .nav_xiala ul li:hover .erji_xiala {
  height: auto;
  visibility: visible;
}
#header .nav_xiala .erji_xiala i {
  opacity: 0;
  transform: rotateY(90deg);
  transition: 0.5s;
}
#header .nav_xiala ul li:hover .erji_xiala i {
  opacity: 1;
  transform: rotateY(0);
}
#header .nav_xiala ul li:hover .erji_xiala i:nth-child(1) {
  transition-delay: 50ms;
}
#header .nav_xiala ul li:hover .erji_xiala i:nth-child(2) {
  transition-delay: 100ms;
}
#header .nav_xiala ul li:hover .erji_xiala i:nth-child(3) {
  transition-delay: 150ms;
}
#header .nav_xiala ul li:hover .erji_xiala i:nth-child(4) {
  transition-delay: 200ms;
}
#header .nav_xiala ul li:hover .erji_xiala i:nth-child(5) {
  transition-delay: 250ms;
}
#header .nav_xiala ul li:hover .erji_xiala i:nth-child(6) {
  transition-delay: 300ms;
}
#header .nav_xiala ul li:hover .erji_xiala i:nth-child(7) {
  transition-delay: 350ms;
}
#header .nav_xiala ul li:hover .erji_xiala i:nth-child(8) {
  transition-delay: 400ms;
}
#header .nav_xiala ul li:hover .erji_xiala i:nth-child(9) {
  transition-delay: 450ms;
}
#header .nav_xiala ul li:hover .erji_xiala i:nth-child(10) {
  transition-delay: 500ms;
}
#header .nav_xiala .erji_xiala i:nth-child(1) {
  transition-delay: 500ms;
}
#header .nav_xiala .erji_xiala i:nth-child(2) {
  transition-delay: 450ms;
}
#header .nav_xiala .erji_xiala i:nth-child(3) {
  transition-delay: 400ms;
}
#header .nav_xiala .erji_xiala i:nth-child(4) {
  transition-delay: 350ms;
}
#header .nav_xiala .erji_xiala i:nth-child(5) {
  transition-delay: 300ms;
}
#header .nav_xiala .erji_xiala i:nth-child(6) {
  transition-delay: 250ms;
}
#header .nav_xiala .erji_xiala i:nth-child(7) {
  transition-delay: 200ms;
}
#header .nav_xiala .erji_xiala i:nth-child(8) {
  transition-delay: 150ms;
}
#header .nav_xiala .erji_xiala i:nth-child(9) {
  transition-delay: 100ms;
}
#header .nav_xiala .erji_xiala i:nth-child(10) {
  transition-delay: 50ms;
}
#header .nav_xiala .sanji_xiala {
  width: 165px;
  height: 0px;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 107px;
  /*和一级栏目一样left*/
}
#header .nav_xiala .sanji_xiala span {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
  display: block;
  background: #c10001;
  text-align: left;
  opacity: 0;
}
#header .nav_xiala .sanji_xiala span a {
  height: 40px;
  line-height: 40px;
  display: block;
  color: #FFF;
  font-size: 14px;
  padding-left: 10px;
  padding: 0 8px 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#header .nav_xiala .sanji_xiala span a:hover {
  color: #FFF;
  padding-left: 25px;
}
#header .nav_xiala .sanji_xiala span a {
  background: -webkit-linear-gradient(left, #333333, #333333) no-repeat;
  background: linear-gradient(to right, #333333, #333333) no-repeat;
  background-size: 100% 0%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav_xiala .sanji_xiala span a:hover {
  background: -webkit-linear-gradient(left, #333333, #333333) no-repeat;
  background: linear-gradient(to right, #333333, #333333) no-repeat;
  background-size: 100% 100%;
}
#header .nav_xiala .sanji_xiala_di {
  background: url(../images/liqsub_ss.png) no-repeat center;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 14px;
  right: 5px;
}
#header .nav_xiala .erji_xiala i:hover .sanji_xiala {
  height: auto;
  visibility: visible;
}
#header .nav_xiala .sanji_xiala span {
  opacity: 0;
  transform: rotateY(90deg);
  transition: 0.5s;
}
#header .nav_xiala .erji_xiala i:hover .sanji_xiala span {
  opacity: 1;
  transform: rotateY(0);
}
#header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(1) {
  transition-delay: 50ms;
}
#header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(2) {
  transition-delay: 100ms;
}
#header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(3) {
  transition-delay: 150ms;
}
#header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(4) {
  transition-delay: 200ms;
}
#header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(5) {
  transition-delay: 250ms;
}
#header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(6) {
  transition-delay: 300ms;
}
#header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(7) {
  transition-delay: 350ms;
}
#header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(8) {
  transition-delay: 400ms;
}
#header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(9) {
  transition-delay: 450ms;
}
#header .nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(10) {
  transition-delay: 500ms;
}
#header .nav_xiala > ul > li.another {
  color: #fff;
}
#header .nav_xiala > ul > li.another > a {
  color: #fff;
}
#header .nav_xiala > ul > li.another > a:after {
  display: block;
}
/*轮播图*/
#swiper {
  height: 600px;
}
#swiper a {
  display: block;
  height: 600px;
}
/*服务范围*/
#product_type {
  height: 507px;
}
#product_type .inner_product_type {
  width: 1180px;
  margin: 0 auto;
  padding-top: 40px;
}
#product_type .inner_product_type .product_type_title h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
#product_type .inner_product_type .product_type_title p {
  text-align: center;
  padding-top: 21px;
}
#product_type .inner_product_type .product_type_title .title_line {
  width: 40px;
  height: 2px;
  background-color: #676767;
  margin: 0 auto;
  margin-top: 20px;
}
#product_type .inner_product_type ul {
  padding-top: 40px;
  overflow: hidden;
  width: 1200px;
}
#product_type .inner_product_type ul li {
  width: 230px;
  height: 294px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  box-sizing: border-box;
  float: left;
  margin-left: 9px;
  transition: all 0.3s;
}
#product_type .inner_product_type ul li:first-child {
  margin-left: 0;
}
#product_type .inner_product_type ul li:hover {
  transform: translateY(-5px);
  background-color: #c10001;
  border-color: #c10001;
}
#product_type .inner_product_type ul li:hover .img img {
  border: solid 6px #ffffff;
  box-sizing: border-box;
}
#product_type .inner_product_type ul li:hover .name {
  color: #fff;
}
#product_type .inner_product_type ul li:hover p {
  color: #fff;
}
#product_type .inner_product_type ul li:hover .line {
  background-color: #fff;
}
#product_type .inner_product_type ul li .img {
  display: block;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  overflow: hidden;
  margin: 35px auto 0;
}
#product_type .inner_product_type ul li .img img {
  display: block;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  transition: all 0.3s;
}
#product_type .inner_product_type ul li .name {
  text-align: center;
  display: block;
  width: 208px;
  padding: 27px 10px 0;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
#product_type .inner_product_type ul li p {
  text-align: center;
  font-size: 12px;
  color: #999999;
  width: 208px;
  padding: 10px 10px 0;
  transition: all 0.3s;
}
#product_type .inner_product_type ul li .line {
  margin: 0 auto;
  width: 41px;
  height: 3px;
  background-color: #bbbbbb;
  margin-top: 42px;
  transition: all 0.3s;
}
/*banner*/
#banner {
  height: 450px;
  background: url("../images/banner_bg.jpg") center center no-repeat;
}
#banner .inner_banner {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
#banner .inner_banner .lf {
  float: left;
  padding-top: 87px;
  width: 505px;
}
#banner .inner_banner .lf h3 {
  font-size: 72px;
  color: #ffffff;
  font-weight: bold;
}
#banner .inner_banner .lf h4 {
  padding-top: 52px;
  font-size:26px;
  color: #ffffff;
  font-weight: bold;
}
#banner .inner_banner .lf h5 {
  font-size: 18px;
  color: #ffffff;
  padding-top: 12px;
}
#banner .inner_banner .lf p {
  font-size: 12px;
  padding-top: 11px;
  color: rgba(255, 255, 255, 0.4);
}
#banner .inner_banner .lf > div {
  padding-top: 43px;
  line-height: 33px;
}
#banner .inner_banner .lf > div span {
  color: #fff;
  font-weight: bold;
}
#banner .inner_banner .lf > div a {
  display: inline-block;
  float: right;
  width: 119px;
  height: 33px;
  background-color: #ffffff;
  border-radius: 16px;
  text-align: center;
  line-height: 33px;
  color: #272931;
}
#banner .inner_banner .rg {
  float: left;
  margin-left: 254px;
  padding-top: 81px;
}
#banner .inner_banner .rg .item {
  overflow: hidden;
  margin-bottom: 56px;
}
#banner .inner_banner .rg .item .item_lf {
  float: left;
  width: 60px;
  height: 60px;
}
#banner .inner_banner .rg .item .item_lf img {
  display: block;
  width: 60px;
  height: 60px;
}
#banner .inner_banner .rg .item .item_rg {
  float: left;
  padding-left: 23px;
}
#banner .inner_banner .rg .item .item_rg .p1 {
  color: #ffffff;
}
#banner .inner_banner .rg .item .item_rg .p1 span {
  font-weight: bold;
  font-size: 18px;
}
#banner .inner_banner .rg .item .item_rg .p2 {
  padding-top: 13px;
  font-size: 16px;
  color: #ffffff;
}
/*案例*/
#case {
  height: 909px;
  background: url("../images/case_bg.jpg") center center no-repeat;
}
#case .inner_case {
  width: 1180px;
  margin: 0 auto;
  padding-top: 44px;
}
#case .inner_case .case_title h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
#case .inner_case .case_title p {
  text-align: center;
  padding-top: 21px;
}
#case .inner_case .case_title .title_line {
  width: 40px;
  height: 2px;
  background-color: #676767;
  margin: 0 auto;
  margin-top: 20px;
}
#case .inner_case .case_list {
  padding-top: 37px;
  overflow: hidden;
}
#case .inner_case .case_list li {
  float: left;
  width: 282px;
  height: 269px;
  background-color: #f9fafc;
  margin-right: 15px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
#case .inner_case .case_list li:hover {
  background-color: #c10001;
}
#case .inner_case .case_list li:hover .name {
  color: #fff;
}
#case .inner_case .case_list li:nth-child(4n) {
  margin-right: 0;
}
#case .inner_case .case_list li .img {
  width: 260px;
  height: 201px;
  margin: 13px auto 0;
  display: block;
}
#case .inner_case .case_list li .img img {
  display: block;
  width: 260px;
  height: 201px;
}
#case .inner_case .case_list li .name {
  display: block;
  width: 260px;
  margin: 20px auto;
  text-align: center;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
#case .inner_case .more {
  display: block;
  margin: 72px auto 0;
  width: 300px;
  height: 50px;
  background-color: #c10001;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s;
}
#case .inner_case .more:hover {
  transform: translateY(-5px);
}
/*优势*/
#ys {
  height: 922px;
  background: url("../images/ys_bg.jpg") center center no-repeat;
}
#ys .inner_ys {
  width: 1180px;
  margin: 0 auto;
  padding-top: 105px;
}
#ys .inner_ys .ys_title h4 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}
#ys .inner_ys .ys_title p {
  padding-top: 26px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
#ys .inner_ys #ys_swiper {
  padding-top: 44px;
}
#ys .inner_ys #ys_swiper .img {
  float: left;
  width: 595px;
  height: 403px;
}
#ys .inner_ys #ys_swiper .img img {
  display: block;
  width: 595px;
  height: 403px;
}
#ys .inner_ys #ys_swiper .ys_detail {
  float: left;
  width: 585px;
  background-color: #fff;
  height: 403px;
}
#ys .inner_ys #ys_swiper .ys_detail h5 {
  padding-top: 77px;
  padding-left: 89px;
  font-size: 24px;
  color: #464646;
  font-weight: bold;
}
#ys .inner_ys #ys_swiper .ys_detail h6 {
  font-size: 14px;
  color: #999999;
  padding-left: 89px;
  padding-top: 13px;
}
#ys .inner_ys #ys_swiper .ys_detail .line {
  width: 60px;
  height: 2px;
  background-color: #464646;
  margin-top: 23px;
  margin-left: 89px;
}
#ys .inner_ys #ys_swiper .ys_detail p {
  width: 406px;
  line-height: 30px;
  color: #999999;
  margin: 0 auto;
  padding-top: 36px;
}
#ys .inner_ys #ys_swiper_thumbs {
  width: 285px;
  height: 51px;
  margin: 0 auto;
  margin-top: 82px;
}
#ys .inner_ys #ys_swiper_thumbs .swiper-slide {
  width: 51px !important;
  height: 51px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  color: #999999;
  text-align: center;
  line-height: 50px;
  margin-left: 27px;
  cursor: pointer;
}
#ys .inner_ys #ys_swiper_thumbs .swiper-slide.swiper-slide-thumb-active {
  color: #fff;
  background-color: #da251d;
}
#ys .inner_ys #ys_swiper_thumbs .swiper-slide:first-child {
  margin-left: 0;
}
/*关于我们*/
#about_us {
  height: 999px;
  background: url("../images/about_us_bg.jpg") center center no-repeat;
}
#about_us .inner_about_us {
  width: 1180px;
  margin: 0 auto;
  padding-top: 63px;
}
#about_us .inner_about_us .about_us_title h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
#about_us .inner_about_us .about_us_title p {
  text-align: center;
  padding-top: 21px;
}
#about_us .inner_about_us .about_us_title .title_line {
  width: 40px;
  height: 2px;
  background-color: #676767;
  margin: 0 auto;
  margin-top: 20px;
}
#about_us .inner_about_us .about_main {
  padding-top: 55px;
  overflow: hidden;
}
#about_us .inner_about_us .about_main .lf {
  float: left;
  width: 394px;
  padding-top: 87px;
}
#about_us .inner_about_us .about_main .lf h4 span {
  font-size: 20px;
  color: #444444;
}
#about_us .inner_about_us .about_main .lf p {
    padding-top: 47px;
    color: #666666;
    line-height: 24px;
    width: 364px;
    height: 95px;
    overflow: hidden;
}
#about_us .inner_about_us .about_main .lf .more {
  display: block;
  margin-top: 76px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-indent: 30px;
  color: #fff;
  transition: all 0.3s;
  background: #c10001 url("../images/about_more.png") 125px center no-repeat;
}
#about_us .inner_about_us .about_main .lf .more:hover {
  transform: translateY(-5px);
}
#about_us .inner_about_us .about_main .rg {
  float: right;
  overflow: hidden;
}
#about_us .inner_about_us .about_main .rg .rg_l {
  float: left;
  width: 400px;
}
#about_us .inner_about_us .about_main .rg .rg_l .item {
  width: 200px;
  height: 200px;
  display: block;
  float: left;
}
#about_us .inner_about_us .about_main .rg .rg_l .item.item1 {
  background-color: #c10001;
}
#about_us .inner_about_us .about_main .rg .rg_l .item.item1 img {
  display: block;
  margin: 54px auto 0;
}
#about_us .inner_about_us .about_main .rg .rg_l .item.item1 h4 {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 14px;
}
#about_us .inner_about_us .about_main .rg .rg_l .item.item1 p {
  color: #ffffff;
  opacity: 0.5;
  font-size: 12px;
  padding-top: 7px;
  text-align: center;
}
#about_us .inner_about_us .about_main .rg .rg_l .item.item2 img {
  display: block;
  width: 200px;
  height: 200px;
}
#about_us .inner_about_us .about_main .rg .rg_r {
  float: left;
  width: 385px;
  height: 400px;
}
#about_us .inner_about_us .about_main .rg .rg_r img {
  display: block;
  width: 385px;
  height: 400px;
}
#about_us .inner_about_us .about_btns {
  padding-top: 51px;
  height: 29px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
#about_us .inner_about_us .about_btns .about_btn {
  font-size: 16px;
  color: #444444;
  margin-right: 50px;
}
#about_us .inner_about_us .about_btns .about_btn.active {
  color: #c10001;
}
#about_us .inner_about_us .about_btns .control_btn {
  float: right;
}
#about_us .inner_about_us .about_btns .control_btn .about_lf_btn,
#about_us .inner_about_us .about_btns .control_btn .about_rg_btn {
  float: left;
  margin-left: 6px;
  width: 21px;
  height: 21px;
  cursor: pointer;
  transition: all 0.3s;
}
#about_us .inner_about_us .about_btns .control_btn .about_lf_btn:hover,
#about_us .inner_about_us .about_btns .control_btn .about_rg_btn:hover {
  transform: translateY(-3px);
}
#about_us .inner_about_us .about_btns .control_btn .about_lf_btn {
  background: url("../images/lf_btn.png") center center no-repeat;
}
#about_us .inner_about_us .about_btns .control_btn .about_rg_btn {
  background: url("../images/rg_btn.png") center center no-repeat;
}
#about_us .inner_about_us #about_swiper {
  padding-top: 33px;
}
#about_us .inner_about_us #about_swiper li {
  width: 264px!important;
  margin-right: 44px;
  transition: all 0.3s;
}
#about_us .inner_about_us #about_swiper li:hover {
  transform: translateY(-5px);
}
#about_us .inner_about_us #about_swiper li:hover .name {
  color: #c10001;
}
#about_us .inner_about_us #about_swiper li .img {
  display: block;
  width: 263px;
  height: 180px;
}
#about_us .inner_about_us #about_swiper li .img img {
  display: block;
  width: 263px;
  height: 180px;
}
#about_us .inner_about_us #about_swiper li .name {
  display: block;
  text-align: center;
  width: 243px;
  padding: 17px 10px 0;
  color: #666666;
  transition: all 0.3s;
}
/*banner2*/
#banner2 {
  height: 470px;
  background: url("../images/banner2_bg.jpg") center center no-repeat;
}
#banner2 .inner_banner2 {
  width: 1180px;
  margin: 0 auto;
  padding-top: 97px;
}
#banner2 .inner_banner2 h3 {
  height: 87px;
  background: url("../images/banner2_title.png") right center no-repeat;
}
#banner2 .inner_banner2 h4 {
  padding-top: 43px;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
}
#banner2 .inner_banner2 h5 {
  padding-top: 10px;
  color: #ffffff;
  font-size: 20px;
  text-align: right;
}
#banner2 .inner_banner2 p {
  color: #ffffff;
  opacity: 0.38;
  font-size: 12px;
  padding-top: 9px;
  text-align: right;
}
#banner2 .inner_banner2 > div {
  overflow: hidden;
  float: right;
  padding-top: 35px;
}
#banner2 .inner_banner2 > div span {
  float: left;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  top: 10px;
}
#banner2 .inner_banner2 > div a {
  width: 119px;
  height: 33px;
  background-color: #ffffff;
  border-radius: 16px;
  display: inline-block;
  float: right;
  text-align: center;
  line-height: 33px;
  color: #272931;
  margin-left: 10px;
}
/*新闻*/
#news .inner_news {
  width: 1180px;
  margin: 0 auto;
  padding-top: 40px;
}
#news .inner_news .news_title h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
#news .inner_news .news_title p {
  text-align: center;
  padding-top: 21px;
}
#news .inner_news .news_title .title_line {
  width: 40px;
  height: 2px;
  background-color: #676767;
  margin: 0 auto;
  margin-top: 20px;
}
#news .inner_news .news_main {
  overflow: hidden;
  padding-top: 35px;
}
#news .inner_news .news_main .news_main_top {
  overflow: hidden;
}
#news .inner_news .news_main .news_main_top li {
  float: left;
  margin-left: 28px;
}
#news .inner_news .news_main .news_main_top li:first-child {
  margin-left: 0;
}
#news .inner_news .news_main .news_main_top li .img {
  display: block;
  width: 576px;
  height: 280px;
}
#news .inner_news .news_main .news_main_top li .img img {
  display: block;
  width: 576px;
  height: 280px;
}
#news .inner_news .news_main .news_main_top li .name {
  display: block;
  padding-top: 31px;
  width: 522px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  transition: all 0.3s;
}
#news .inner_news .news_main .news_main_top li .name:hover {
  color: #da251e;
}
#news .inner_news .news_main .news_main_top li p {
  height: 39px;
  border-bottom: 1px dashed #eee;
  width: 575px;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 14px;
}
#news .inner_news .news_main .news_list {
  padding-top: 26px;
  overflow: hidden;
}
#news .inner_news .news_main .news_list li {
  float: left;
  width: 575px;
  height: 28px;
  border-bottom: 1px dashed #eee;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 28px;
}
#news .inner_news .news_main .news_list li:nth-child(2n) {
  margin-right: 0;
}
#news .inner_news .news_main .news_list li:hover i {
  background-color: #c10001;
}
#news .inner_news .news_main .news_list li:hover .name {
  color: #c10001;
}
#news .inner_news .news_main .news_list li i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #959595;
  border-radius: 50%;
  transition: all 0.3s;
  margin-right: 12px;
  position: relative;
  top: -3px;
}
#news .inner_news .news_main .news_list li a {
  color: #666666;
  width: 410px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
#news .inner_news .news_main .news_list li span {
  float: right;
  display: inline-block;
  color: #666666;
}
/*友情链接*/
#links {
  padding: 0px 0 29px 0;
}
#links .inner_links {
  width: 1180px;
  margin: 0 auto;
  height: 49px;
}
#links .inner_links .lf {
  float: left;
  height: 49px;
  width: 165px;
  background: url("../images/links_lf.jpg") center center no-repeat;
}
#links .inner_links ul {
  float: left;
}
#links .inner_links ul li {
  float: left;
  height: 49px;
  line-height: 40px;
  margin: 0 20px;
}
#links .inner_links ul li a {
  transition: all 0.3s;
}
#links .inner_links ul li a:hover {
  color: #da251e;
}

/*# sourceMappingURL=in.css.map */